home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / share / tix4.1 / pref / Blue.cs < prev    next >
Encoding:
Text File  |  1998-12-04  |  979 b   |  33 lines

  1. proc tixSetScheme-Color {} {
  2.     global tixOption
  3.  
  4.     set tixOption(bg)           #9090f0
  5.     set tixOption(fg)           black
  6.  
  7.     set tixOption(dark1_bg)     #8080d0
  8.     set tixOption(dark1_fg)     black
  9.     set tixOption(dark2_bg)     #7070c0
  10.     set tixOption(dark2_fg)     black
  11.     set tixOption(inactive_bg)  #8080da
  12.     set tixOption(inactive_fg)  black
  13.  
  14.     set tixOption(light1_bg)    #a8a8ff
  15.     set tixOption(light1_fg)    black
  16.     set tixOption(light2_bg)    #c0c0ff
  17.     set tixOption(light2_fg)    black
  18.  
  19.     set tixOption(active_bg)    $tixOption(dark1_bg)
  20.     set tixOption(active_fg)    $tixOption(fg)
  21.     set tixOption(disabled_fg)  gray25
  22.  
  23.     set tixOption(input1_bg)    $tixOption(light1_bg)
  24.     set tixOption(input2_bg)    $tixOption(bg)
  25.     set tixOption(output1_bg)   $tixOption(light1_bg)
  26.     set tixOption(output2_bg)   $tixOption(bg)
  27.  
  28.     set tixOption(select_fg)    white
  29.     set tixOption(select_bg)    black
  30.  
  31.     set tixOption(selector)    yellow
  32. }
  33.